profiling: Avoid one extra printf
authorMatthias Clasen <mclasen@redhat.com>
Fri, 21 Feb 2020 12:26:19 +0000 (07:26 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 21 Feb 2020 12:26:19 +0000 (07:26 -0500)
commitd7d7957b04a1afdb1008cad4512c25e5c2e711a8
treef6f299e22144f711765c2afadef2f677a13df0bd
parent376f5eacbd7b0ce2e69ada9a6e577bb9b6040545
profiling: Avoid one extra printf

We already format the message, no need to use
printf again to combine that with the kind string.
gdk/gdksurface.c